home *** CD-ROM | disk | FTP | other *** search
-
- /*
- March 25, 1992
-
- A Module Template. Imports the appkit, soundkit, stdio, math, string, and
- all program objects (see Module.m). Includes an id for the
- ModuleController. Subclass from this to make modules. See
- ModuleController.h.
-
- */
-
-
-
- #import <objc/Object.h>
- #import "ModuleController.h"
-
- @interface Module:Object
- {
- id TheModuleController;
- }
-
-
- @end
-